Generating a random picture. (it may take a few seconds).
<SCRIPT> var color="BLACK" for (var tmpj = 0; tmpj < 12; tmpj++) { for (var tmpi = 0; tmpi < 12; tmpi++) { color = (random(2) == 1) ? "WHITE" : "BLACK" document.write(">img src=\"../GRAFX/"+color+".GIF\""+ "HEIGHT= 16 WIDTH=16>") } document.write("<br>") } </SCRIPT>